home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 4544 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: brutus.bright.net!news
  2. From: Steve Rogers <sr0@GANet.NET>
  3. Newsgroups: comp.dcom.modems,comp.os.ms-windows.networking.ras,comp.os.ms-windows.networking.tcp-ip,comp.os.ms-windows.nt.admin.networking
  4. Subject: Re: What is an alignment error?
  5. Date: Thu, 08 Feb 1996 02:11:27 -0500
  6. Organization: BrightNet
  7. Message-ID: <3119A21F.338E@GANet.NET>
  8. References: <4f2nt9$20f@venus.os.com>
  9. NNTP-Posting-Host: 205.212.150.101
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. I get the same thing and I'll take a stab at the answer.  When I connect to my ISP 
  16. using clear text, I enter the username, password, and the ppp command to start ppp.  
  17. At that point, the ISP's software sends me a message in clear text that says it 
  18. will match my settings, blah, blah-blah, your ip address is blah.blah.blah.blah, 
  19. etc.  In terminal login, I see that message along with the first of the ppp 
  20. packets/frames.  I click on done (or whatever that button is) and the two computers 
  21. start talking.  In my script, I wait for certain words (e.g. "Username") and then 
  22. respond with my settings.  As far as my script is concerned, it is done as soon as 
  23. it sends the characters "ppp" and expects to see the ppp packets/frames start 
  24. coming across the line.  However, the ISP then sends that informational message 
  25. which is not a ppp frame.  This confuses the hell out of NT because it can't 
  26. determine where the frame starts or ends, so it considers the text garbage (as it 
  27. should) and calls it an alignment error since it can't align the frame's data into 
  28. recognizable information.  It then sees the real packets/frames and continues your 
  29. connection.
  30.  
  31. Sound plausible?
  32.  
  33. Steve Rogers
  34. sr0@ganet.net
  35.  
  36.  
  37.  
  38. Craig Shrimpton wrote:
  39. > Greetings,
  40. > I have been using NT RAS for PPP dialup to an Internet account with good
  41. > results.  In the beginning, I would use the clear text terminal login which
  42. > worked fine.  The other day I created a switch.inf entry to automate the login
  43. > but now I get an alignment error when I use the script.  After a miniute or
  44. > so, the error is corrected and I can continue.
  45. > My question is: What is an alignment error and why would I get it only when
  46. > using a login script?
  47. > Thanks,
  48. > Craig
  49. > ===================================================================
  50. > Shrimpton Consulting                            Orbit Systems
  51. > Craig Shrimpton                                 Email: craigs@os.com
  52. > 17 Monroe Avenue                                Phone: (508)753-8776
  53. > Worcester, MA 01602                             http://www.os.com/
  54.